PDF4Java Reference Documentation
com.o2sol.pdf4java.pdffunctions Package
/
PDFFunction Class
/ setDomain Method
An array of 2 x m numbers, where m is the number of input values.
Collapse All
Expand All
In This Topic
setDomain Method
In This Topic
Sets the function domain.
Syntax
public
void
setDomain(
double
[]
domain
)
Parameters
domain
An array of 2 x m numbers, where m is the number of input values.
Exceptions
Exception
Description
java.lang.IllegalArgumentException
When domain is null
See Also
Reference
PDFFunction Class
PDFFunction Members